home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / programs / amigabase / data / english / mandel pictures.readme < prev    next >
Text File  |  1994-05-08  |  731b  |  24 lines

  1. Project Mandel Pictures
  2. =======================
  3.  
  4. This project manages mandel pictures. The pictures itself are not saved
  5. in the project file itself. They are loaded and displayed via an AmigaBase
  6. program. Therefore the program c:Display must exist.
  7.  
  8. Description of the record elements:
  9.  
  10. Picture:
  11.  
  12.    Name:       any Text, file path to the picture.
  13.    X1:         REAL variable
  14.    X2:         REAL variable
  15.    Y1:         REAL variable
  16.    Y2:         REAL variable
  17.    Div-Limes:  INTEGER variable
  18.    max. Iterat.   INTEGER variable
  19.    Show picture:  program button. First it will be tested if the specified
  20.                   filename exists and if the program c:display exists.
  21.                   If so c:display will be executed.
  22.  
  23.  
  24.